[][src]Crate cw20

Structs

AllAccountsResponse
AllAllowancesResponse
AllowanceInfo
AllowanceResponse
BalanceResponse
Cw20CanonicalContract

This is a respresentation of Cw20Contract for storage. Don't use it directly, just translate to the Cw20Contract when needed.

Cw20Coin
Cw20CoinHuman
Cw20Contract

Cw20Contract is a wrapper around HumanAddr that provides a lot of helpers for working with this.

Cw20ReceiveMsg

Cw20ReceiveMsg should be de/serialized under Receive() variant in a HandleMsg

MinterResponse
TokenInfoResponse

Enums

Balance
Cw20HandleMsg
Cw20QueryMsg
Expiration

Expiration represents a point in time when some event happens. It can compare with a BlockInfo and will return is_expired() == true once the condition is hit (and for every block in the future)